home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / git-4.3 / git-4 / git-4.3.11 / pictures / git-logo.pov < prev    next >
Encoding:
Text File  |  1996-01-28  |  869 b   |  82 lines

  1.  
  2. /*
  3.  * GNU Interactive Tools label
  4.  * Created: August 26, 1995 by Tudor Hulubei
  5.  * Rendered with POV-Ray 2.2
  6.  */
  7.  
  8.  
  9. // WARNING:  THIS PICTURE SHOULD BE RENDERED AT A MINIMUM OF 640x480.
  10. // WARNING:  THIS PICTURE NEEDS "git-label.gif".
  11.  
  12.  
  13. #include "colors.inc"
  14. #include "shapes.inc"
  15. #include "textures.inc"
  16.  
  17.  
  18. camera
  19. {
  20.     location <0, 3, -3>
  21.     look_at <0.35, 0.6, 0.12>
  22. }
  23.  
  24. background
  25. {
  26.     color Gray
  27. }
  28.  
  29. plane
  30. {
  31.     y, 0
  32.     texture
  33.     {
  34.     normal
  35.     {
  36.         waves 0.5
  37.         frequency 5000
  38.         scale 3000.0
  39.     }
  40.     pigment
  41.     {
  42.         SkyBlue
  43.     }
  44.     finish
  45.     {
  46.         reflection 0.4
  47.     }
  48.     }
  49. }
  50.  
  51. height_field
  52. {
  53.     gif "git-label.gif"
  54.     smooth
  55.     scale <9, 1, 2>
  56.     texture
  57.     {
  58.     pigment
  59.     {
  60.         color Red
  61.     }
  62.     finish
  63.     {
  64.         Metal
  65.     }
  66.     }
  67.     rotate y*-50
  68.     translate <0, 0, -1.5>
  69. }
  70.  
  71. light_source
  72. {
  73.     <0, 1.5, -3>
  74.     color White
  75. }
  76.  
  77. light_source
  78. {
  79.     <0, 8, 0>
  80.     color Gray
  81. }
  82.